| Einhugur Word Plugin for Xojo |
|
Paragraph.LogicalParagraphItems Method
Returns ParagraphItemIterator for the items in the paragraph, grouping run fields that use complex runs into one. This function is for using with for each statements.
Parameters
Returns
- EinhugurWord.ParagraphItemIterator
Remarks
Usage:
for each it as ParagraphItem in para. LogicalParagraphItemIterator
next
ParagraphItems can contain Run or Hyperlink.
Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.
See Also
Paragraph Class